﻿body
{
    margin: 15px 0 0 0;
    font-size: 0.9em;
    font-family: Verdana, Trebuchet, "Trebuchet MS" , Arial, Helvetica, sans-serif;
    line-height: 1.2em;
    background-color: #696969;
    color: #000000;
}
#SmallLink
{
    color: #4A8CCC !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}
#DefaultLink
{
    color: #315D8B;
    font-weight: bold;
    text-decoration: none;
}
#MiddleLink
{
    color: #4A8CCC !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}
#LargeLink
{
    color: #4A8CCC !important;
    font-weight: normal !important;
    text-decoration: underline !important;
}

#main
{
    position: relative;
    border: 1px solid #D8DFE5;
    background-color: #ffffff;
    position: absolute;
    left: 30%;
    width: 1000px;
    height: 950px;
    margin-left: -200px;
}

border:1px solid #D8DFE5; /* **********************************        H E A D E R		***************************************************/ #H1
{
    font-family: Verdana, Trebuchet, "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 28px;
    padding: 17px 0 0 0;
    color: #315D8B;
    font-weight: normal;
    text-transform: uppercase;
}
#headercontainer
{
    height: auto;
}
#headercontainer div#logocontainer
{
    float: left;
    padding: 0px 0 0 0;
    margin: 0px;
    vertical-align: top;
}

#headercontainer div#textcontainer
{
    padding: 50px 0 0 0;
    float: right;
    margin: 0px;
    height: 60%;
    width: 40%;
}
#headercontainer div#straplinecontainer
{
    float: right;
    padding: 5px 2px 0 0;
    margin: 0px;
    font: normal normal bold 12px Arial, Helvetica, sans-serif;
    color: #4B8CCC;
}
#headercontainer div#straplinecontainer span
{
    color: #285788;
}
#headercontainer ul
{
    margin: 10px 10px 0px 0px;
    float: right;
    display: inline; /* Fixes the double-margin-width in IE */
}
#headercontainer li
{
    margin-left: 7px;
    display: inline;
    list-style-type: none;
}
#headercontainer li a, #headercontainer li a:link, #headercontainer li a:visited
{
    padding: 3px 0px 0px 8px;
    color: #7B858A;
    font-variant: small-caps;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 70%;
    text-decoration: none;
}
#headercontainer li a:hover, #headercontainer li.active a, #headercontainer li.active a:link, #headercontainer li.active a:visited
{
    text-decoration: none;
    background: url(../images/px_arrow_green_home.gif) no-repeat;
}
h1
{
    font-size: 130%;
    line-height: 1.4em;
    color: #4A8CCC;
    font-weight: normal;
    margin-top: 0px;
}
h2
{
    font-size: 107%; /* 15px */
    line-height: 1.4em; /* 21px  */
    margin: 5px 0 15px 0; /* 16px 0 */
    color: #757575;
    font-weight: normal;
}
h3, h5, h6
{
    font-size: 107%; /* 9px */
    margin: 1em 0;
}
h4
{
    color: #28517E;
    font-size: 90%;
    margin-bottom: 2px;
}
h7
{
    color: #000000;
    font-size: 90%;
    margin-bottom: 2px;
    font-weight: bold;
}


a:link:hover
{
}
a, a:visited, a:link, a:visited
{
    color: #4A8CCC;
    text-decoration: none;
}
a:hover
{
    color: #4A8CCC;
    text-decoration: underline;
}

img, ul, li, div, span, p
{
    padding: 0;
    margin: 0;
    border: 0;
}
ul, li
{
    list-style: none;
}

img, img a
{
    border: none;
}
hr
{
    display: none;
}
.nolist
{
    list-style: none;
}


/******* Navigation **********/
#menu_container
{
    float: left;
    background-color: #646464;
    width: 100%;
}

#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a
{
    margin: 0;
    padding: 0;
    position: relative;
}
#cssmenu:after, #cssmenu ul:after
{
    content: '';
    display: block;
    clear: both;
}
#cssmenu a
{
    color: #ffffff;
    display: inline-block;
    font-family: 'Lucida Grande' , 'Lucida Sans Unicode' , Helvetica, Arial, Verdana, sans-serif;
    font-size: 12px;
    font-weight: 600;
    min-width: 35px;
    text-align: center;
    text-decoration: none;
}
#cssmenu ul
{
    list-style: none;
}
#cssmenu > ul > li
{
    background: #646464 url(grad_dark.png) repeat-x left bottom;
    background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
    background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
    float: left;
}
#cssmenu > ul > li.active a
{
    background: #646464 url(grad_dark.png) repeat-x left bottom;
    background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
    background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
    -moz-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
    -webkit-box-shadow: inset 0 0 10px #222222, inset 0 10px 10px #222222;
}
#cssmenu > ul > li.active a:hover
{
    background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(100%, #4a4a4a));
    background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: -o-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 100%);
    background: linear-gradient(to bottom, #646464 0%, #4a4a4a 100%);
}
#cssmenu > ul > li a
{
    -moz-box-shadow: inset 0 0 0 1px #8a8a8a;
    -webkit-box-shadow: inset 0 0 0 1px #8a8a8a;
    background: #4a4a4a url(images/grad_dark.png) repeat-x left top;
    background: -moz-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8a8a8a), color-stop(50%, #707070), color-stop(51%, #626262), color-stop(100%, #787878));
    background: -webkit-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
    background: -o-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
    background: -ms-linear-gradient(top, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
    background: linear-gradient(to bottom, #8a8a8a 0%, #707070 50%, #626262 51%, #787878 100%);
    border-bottom: 1px solid #5d5d5d;
    border-top: 1px solid #5d5d5d;
    border-right: 1px solid #5d5d5d;
    line-height: 34px;
    padding: 0 15px;
}
#cssmenu > ul > li a:hover
{
    background: #8a8a8a url(images/grad_dark.png) repeat-x left bottom;
    background: -moz-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #646464), color-stop(50%, #4a4a4a), color-stop(51%, #3b3b3b), color-stop(100%, #525252));
    background: -webkit-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
    background: -o-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
    background: -ms-linear-gradient(top, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
    background: linear-gradient(to bottom, #646464 0%, #4a4a4a 50%, #3b3b3b 51%, #525252 100%);
}
#cssmenu > ul > li:first-child a
{
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-left: 1px solid #5d5d5d;
}
#cssmenu > ul > li:last-child a
{
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
}
#cssmenu .has-sub:hover ul
{
    display: block;
}
#cssmenu .has-sub ul
{
    display: none;
    position: absolute;
    top: 36px;
    left: -1px;
    min-width: 100%;
    text-align: center;
}
#cssmenu .has-sub ul li
{
    text-align: center;
}
#cssmenu .has-sub ul li a
{
    border-top: 0 none;
    border-left: 1px solid #5d5d5d;
    display: block;
    line-height: 120%;
    padding: 9px 5px;
    text-align: center;
}
/* **********************************        F O O T E R		***************************************************/

#footer
{
    position: absolute;
    bottom: -1px;
    margin: 0;
    border-top: 1px solid #CCCCCC;
    padding: 10px 0;
    color: #666666;
    font-family: Verdana, Trebuchet, "Trebuchet MS" , Arial, Helvetica, sans-serif;
    font-size: 70%;
    text-transform: capitalize;
    margin: 12px 0 5px;
    overflow: hidden;
    height: 1%;
    left: -2px;
}
#footer p
{
    float: left;
    margin: 0;
}
#footer ul
{
    float: left;
    margin: 0;
}
#footer li
{
    display: inline;
    list-style-type: none;
}
#footer a, #footer a:link, #footer a:visited
{
    color: #4A8CCC;
    text-decoration: none;
    padding: 3px 0px 0px 8px;
}
#footer li a:hover, #footer .active a, #footer .active a:link, #footer .active a:visited
{
    text-decoration: underline;
    background: url(../images/px_arrow_green_home.gif) no-repeat;
}

div.footernav
{
    float: left;
}
div.footercopyright
{
    float: right;
}
